ActiveReports 8
ReportItemCollection Constructor(IEnumerable<ReportItem>)

Initializes a new instance of the ReportItemCollection class and pre-populates the collection with a passed-in ReportItemCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As System.Collections.Generic.IEnumerable(Of ReportItem) _
)
public ReportItemCollection( 
   System.Collections.Generic.IEnumerable<ReportItem> items
)

Parameters

items
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members
Overload List

Support Forum